Skip to content

Conversation

@RobRossmiller-TG
Copy link
Contributor

Initialize public testing

"file_path": "",
}
url = os.path.join(
self.base_url, "degree_centrality/in_degree/", test_name + ".json"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are the baselines external to the test? How do people add new baselines?

username=user_name,
password=password,
graphname=graph_name,
tgCloud=True,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tgCloud is a deprecated parameter, and is unnecessary.

graphname=graph_name,
tgCloud=True,
)
conn.getToken()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Potentially parameterize if a user needs to get a token or not? Would be handy for us if we run the test suite against a Zulip machine (which has no token auth enabled by default)

@RobRossmiller-TG RobRossmiller-TG merged commit ce724c0 into master May 13, 2024
@RobRossmiller-TG RobRossmiller-TG deleted the testing branch May 13, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants